home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / July 96 / Process of Creating a Part < prev    next >
Encoding:
Internet Message Format  |  1996-08-01  |  1.3 KB  |  [TEXT/ttxt]

  1. Subject:     Process of Creating a Part
  2. Sent:        7/10/96 2:47 PM
  3. Received:    7/10/96 3:01 PM
  4. From:        QuestSW@aol.com
  5. Reply-To:    ODF Interest, ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. After creating a part based on the Hello template using PartMaker, I find 
  9. the following source code files in the CWPPCDebug version of the new 
  10. part's project:
  11.  
  12. Commands.cpp
  13. Content.cpp
  14. Frame.cpp
  15. Part.cpp
  16. Select.cpp
  17.  
  18. Is it standard procedure to edit these files directly to customize my 
  19. part or should I copy these files and their corresponding header files 
  20. and create derived classes of all the classes implemented in these files?
  21.  
  22. Somehow, OpenDoc is making use of the classes already defined in the 
  23. files above, but how will OpenDoc access my derived classes if I try the 
  24. latter approach?
  25.  
  26. After I make lots of changes in the CWPPCDebug version of the part, how 
  27. do I carry those changes to the CWPPCRelease version of the part to make 
  28. a product for release?  This will be much easier if there is a way to 
  29. confine my changes to files that can be copied from the CWPPCDebug 
  30. project to the CWPPCRelease project.
  31.  
  32. Is the process of making an OpenDoc part documented somewhere, perhaps 
  33. with a checklist so that I can be sure I have dotted all the "i"s?
  34.  
  35. ....Greg Alexander....
  36. ....QuestSW@aol.com...
  37.  
  38.